home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
battleinmegaville.swf
/
scripts
/
DefineSprite_57
/
frame_27
/
DoAction.as
Wrap
Text File
|
2006-09-05
|
430b
|
27 lines
if(this.hitTest(_root.gir))
{
if(_root.deflect >= 0)
{
_root.deflect = -7;
gotoAndPlay(74);
}
else
{
gotoAndPlay(60);
_root.girhit = true;
}
}
if(_root.chance > _root.minchance)
{
_root.chance -= 0.001;
}
else
{
_root.chance = _root.maxchance;
if(_root.minchance > _root.absmin)
{
_root.maxchance -= 0.01;
_root.minchance -= 0.01;
}
}